home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / req.lha / ZzNyYd! / Dir.features < prev    next >
Text File  |  1995-12-08  |  2KB  |  76 lines

  1.  
  2.  
  3.             Ultimate Dir by RAW/Insanity
  4.  
  5.                 (31.03.93)
  6.  
  7.  
  8. This Dir command depends on your current Kickstart Version, the higher the
  9. version, the more features.
  10.  
  11.  
  12. Features (compared to Master Dir):
  13.  
  14. V33/V34 (KS1.2/KS1.3):
  15.     Pure (97.8% pure anyway, but safe to make resident)
  16.     Breakable (CTRL-C)
  17.     List option
  18.     Sizecheck dirs option
  19.     Findfile option
  20.     Shows if disk is Read Only (R) or Read/Write (W)
  21.     If Dir is resident, it can remember options (-r option)
  22.     Number of names for listing is only limited by the size of your mem.
  23.     It's NOT MasterDir
  24.  
  25. V36 (KS2.0):
  26.     Shows the full path of the directory that is read
  27.     Shows the full path of the directory where file is found (-F option)
  28.     List option also shows dates
  29.     Special list option disables substitutes for dates
  30.     Error messages expanded from:
  31.       Disk Error 226.
  32.       to
  33.       Disk Error 226: no disk in drive
  34.  
  35. V37 (KS2.04) and up:
  36.     Wildcards available.
  37.  
  38.     wildcards are:
  39.  
  40.     ?    Matches a single character.
  41.     #    Matches the following expression 0 or more times.
  42.     (ab|cd)    Matches any one of the items seperated by '|'.
  43.     ~    Negates the following expression.  It matches all strings
  44.         that do not match the expression (aka ~(foo) matches all
  45.         strings that are not exactly "foo").
  46.     [abc]    Character class: matches any of the characters in the class.
  47.     [~bc]    Character class: matches any of the characters not in the
  48.         class.
  49.     a-z    Character range (only within character classes).
  50.     %    Matches 0 characters always (useful in "(foo|bar|%)").
  51.     *    Synonym for "#?", not available by default in 2.0.
  52.  
  53.     A little bug in DOS:
  54.     In V37 DOS, character-classes ([x-y]) are not properly case
  55.     INsensitive. Fixed in V39 DOS.
  56.  
  57.  
  58. NOTES:
  59.  
  60. The -r option only works if Dir is resident and you either have a kickstart
  61. greater or equal to V36 (KS2.0) or when using Shell under KS V34 (1.3).
  62.  
  63. The sizecheck option and pattern matching doesn't allways work properly with
  64. disk formatted with the DirCache option. The bug is in DOS not in Dir, so
  65. there's not much I can do about it. Just don't use DirCache.
  66.  
  67. Some options disable others. There is for example no reason to sizecheck
  68. dirs if only files are displayed.
  69.  
  70. When using the findfile option you can't use wildcards when specifying the
  71. directory(ies) in where to search.
  72.  
  73. When  making  this  command  resident  with  WShell  remember to use the
  74. -IGNORE keyword.
  75.  
  76.